home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Information / Software / tex-for-the-mac.txt < prev    next >
Internet Message Format  |  1994-06-09  |  28KB

  1. Date: Tue, 8 Mar 1994 18:44:03 -0500
  2. From: Scott Kaplan <sfkaplan@cs.amherst.edu>
  3.  
  4. I received email from a Chunsheng Ban <cban@math.ohio-state.edu>, who passed
  5. on some additional information about the state of TeX/LaTeX on the Mac.  For
  6. anyone concerned, I figured it would be worth the time to update this file
  7. by including the rather useful paragraph below.  The rest of the file, beyond
  8. this paragraph, contains the same group of replies I got when I asked the net
  9. people about TeX implementations on the Mac.
  10.  
  11. Scott Kaplan
  12. Amherst College
  13. sfkaplan@cs.amherst.edu
  14.  
  15. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16.  
  17. From: Chunsheng Ban <cban@math.ohio-state.edu>
  18.  
  19. The current version of OzTeX is 1.6. It has been a shareware since
  20. version 1.5. You can print DVI files on a QuickDraw printer without
  21. using a separate utility. It has a new format NFSS LaTeX which
  22. replaces the Times-LaTeX format. You can use many PostScript fonts
  23. in addition to Times (NFSS=New Font Selection Scheme). It adds virtual
  24. font capability to OzTeX.
  25.  
  26. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  27.  
  28. From: pjakobse@estsa2.estec.esa.nl
  29.  
  30. I can highly recommend the freeware OzTeX package found on midway.uchicago.edu.
  31. OzTeX is a no-nonsense, but robust (at least under System 7.1) Mac
  32. implementation of TeX 3.14 that'll let you preview the .dvi files and print
  33. PostScript to printers or files. If you don't have a PostScript printer,
  34. there's also an application called DVI72-MAC that will let you print to at
  35. least some QuickDraw printers (it works like a charm with my StyleWriter at
  36. home producing an output that rivals that of the (DEC and Apple) laserprinters
  37. at work - hard to believe, I know.). And yes, it also supports lobotomized TeX
  38. (a.k.a. LaTeX), INITeX and hence any other format you may care to dream up
  39. yourself. 
  40.  
  41. I use the OxTeX package (along with the no-nonsense freeware text editor
  42. BBedit) all the time on my PowerBook and LC at home as a portable alternative
  43. to my main (VMS VAXstation) TeX implementation. I have yet to encounter any
  44. compatibility problems in transferring .tex .dvi and .ps files back and forth
  45. between VMS TeX and OzTeX. The same combination oughta work just fine with
  46. Sun/Unix Tex as well. 
  47.  
  48. Peter Jakobsen
  49. European Space Agency
  50.  
  51. pjakobse@estsa2.estec.esa.nl
  52.  
  53. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  54.  
  55. From: "Dr Alun J. Carr" <AJCARR@ollamh.ucd.ie>
  56.  
  57. First, if you're a novice, stick to LaTeX. Read Lamport's book. {\em Don't}
  58. under any circumstances read Knuth's `The TeXbook' until you need the
  59. information that is in it.
  60.  
  61. As for software, what you want is OzTeX. This is available by anonymous FTP
  62. from
  63.  
  64.     midway.uchicago.edu.
  65.  
  66. It is freeware, written by Andrew Trevorrow.
  67.  
  68. OzTeX comes with a full set of 300 dpi Pk-format Computer Modern fonts for
  69. TeX and LaTeX, but not the AMS fonts. Also included is LaTeX 2.09.
  70.  
  71. OzTeX has a DVI (the compiled output from TeX) file previewer built in, so
  72. you can see what your document looks like before committing it to paper.
  73. OzTeX will generate Postscript files from a DVI file, or print direct to a
  74. Postscript printer.
  75.  
  76. If you want to print a DVI file to a QuickDraw printer you need to use
  77. either James Walker's DVIM-72-Mac DVI printing application (an old-ish
  78. version is bundled with OzTeX; the latest version is available by anonymous
  79. FTP from bigbird.csd.scarolina.edu, where you can also pick up the word-wrap
  80. patches for BBEdit), or OzPSPrint. Note that with DVIM-72-Mac, if you
  81. include a PICT graphic in your document, you must explicitly leave space for
  82. it (if you don't, OzTeX will preview it OK, but DVIM-72-Mac will place it in
  83. the wrong position on the page). It's probably worth turning OFF the `draw
  84. offscreen' option in DVIM-72-Mac, as I've found it produces bizarre bugs on
  85. my Centris 650. DVIM-72-Mac will not use TrueType or Postscript fonts, but
  86. OzPSPrint will (though the quality of PICT bitmaps is reduced to 72 dpi with
  87. this application, which is a problem---for some reason OzTeX will take a 400
  88. dpi bitmap and render it at 72 dpi in the Postscript file it outputs).
  89.  
  90. The editor of choice is Alpha (available from sumex-aim.stanford.edu, 25 US
  91. dollars shareware) which, when you edit a file with a `.tex' extension, will
  92. put up a menu which allows you to insert templates for most of the LaTeX
  93. commands (it's almost like using a word processor---if you want to emphasize
  94. a word (let's say: Fred), just double-click on it, select Emphasize from the
  95. LaTeX menu, and the appropriate formatting information will be put in place
  96. (i.e. Fred becomes {\em Fred\/})).
  97.  
  98. Also available from sumex-aim is the Excalibur spelling checker (freeware)
  99. for LaTeX documents. My problem is that it has an American English
  100. dictionary).
  101.  
  102. If you want a more sophisticated version of LaTeX, check out AMS-LaTeX (from
  103. e-MATH.AMS.com). The font-handling in this is superior to ordinary LaTeX.
  104.  
  105. For maintaining BIBTeX databases, use HyperBIBTeX (sumx-aim) a hypercard
  106. stack which makes the construction of BIBTeX databases very easy. You will
  107. also need MacBIBTeX.
  108.  
  109. I picked up a copy of MacMakeIndex from somewhere as well...
  110.  
  111. You may be interested in looking at DirectTeX (shareware, 100 US dollars) as
  112. well, which runs under MPW. It's nowhere near as friendly as OzTeX and the
  113. documentation is appalling. But it does have a nice method of using METAFONT
  114. to generate PK-format fonts that you don't have (handy if you're moving up
  115. to a 600 dpi printer).
  116.  
  117. The bottom line is that while TeX is a grossly un-Mac-like concept, the Mac
  118. is one of the best-served platforms for TeX-ing documents.
  119.  
  120. Hope this helps.
  121.  
  122. Contact me if you need any more information.
  123.  
  124. Regards,
  125.  
  126. Alun
  127.  
  128. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  129.  
  130. From: halvers@sol.crd.ge.com (peter c halverson)
  131.  
  132. Both OzTeX and Textures are standalone TeX/LaTeX implementations that also
  133. provide on-screen previewing.  Textures is a commercial application from a
  134. place called Blue Sky Research.  OzTeX is freeware; the best place to get
  135. it is midway.uchicago.edu.
  136.  
  137. I've used both; Textures is somewhat faster, and has smoother factilities
  138. for dealing with TeX and Macintosh fonts; OzTeX, on the other hand, uses
  139. the more general PK format for fonts, which is good if you're trying to
  140. keep things the same across different platforms, but a bit clunky when used
  141. in conjunction with other Mac fonts.  OzTeX is also somewhat easier to
  142. configure, and, of course, is free.
  143.  
  144. >From the comp.text.tex FAQ:
  145.  
  146.     OzTeX is a free version TeX for the Macintosh.  Version 1.3
  147.     corresponds to TeX 3.0, and can be configured in "large" versions
  148.     that can handle huge macro packages, e.g. LamsTeX.
  149.  
  150.     OzTeX uses standard pk fonts and tfm filesand creates standard dvi files.
  151.     Includes a DVI previewer, and PostScript driver.
  152.  
  153. Hope this helps.
  154.  
  155. Pete Halverson                                      INET: halverson@crd.ge.com 
  156. GE Corporate R&D Center                       UUCP: uunet!crd.ge.com!halverson
  157. Schenectady, NY
  158.  
  159. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  160.  
  161. From: tom prusa <TPRUSA@CCVM.sunysb.edu>
  162.  
  163.   i have used TeX on the macintosh for almost 5 years now and let
  164. me tell you that the macintosh is an extremely friendly
  165. environment to work with TeX.  As you probably know, LaTeX is
  166. just a set of TeX macros so any real TeX implementation will
  167. also work with LaTeX (once LaTeX has been configured for that
  168. implementation).
  169.    for the mac there are two implementations.  first, there is oztex.
  170. oztex is a FREE version of tex.  i used it for about a year or so.
  171. it is excellent (far better say than the expensive versions my
  172. colleagues here use on their PCs). it is available via ftp from
  173. tank.uchicago.edu under the pub/OzTeX subdirectory.  given the
  174. price, it is hard to beat OzTeX.  second, there is Textures.  Textures
  175. is a commercial implementation of TeX.  I use Textures, but that
  176. is mostly because I bought an earlier version of it before oztex
  177. was available.  A couple of years ago I actually thought that
  178. oztex was superior and I switched.  Since then textures has been upgraded
  179. (twice) and I switched back (at the cost of a $99 upgrade fee).  okay,
  180. why did i switch?  well, first of all, textures has a bit nicer
  181. user interface (less like a mainframe, more like a macintosh). second,
  182. the upgrade included the CMR fonts in postscript format, which allows
  183. me  to use them with other programs, like Canvas. textures is
  184. available from blue sky research at 800-622-8398 (pacific time zone).
  185.  
  186. oh, by the way, both versions are unbelievable slow on 68000
  187. level machines (like my MacPlus at home) so I hope you have
  188. a 68030 machine or above.
  189.  
  190. Tom Prusa
  191. Asst. Professor
  192. Dept. of Economics
  193. SUNY at Stony Brook
  194.  
  195. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  196.  
  197. From: lawry@maths.ox.ac.uk (James Lawry student tel 2-70511)
  198.  
  199. OzTeX is what you want. It is available by ftp from
  200. a number of places - ftp.tex.ac.uk, midway.uchicago.edu,
  201. and I'm sure mac-archive.umich.edu has it somewhere as well.
  202. It's up to about version 1.42 or v1.43 now, but I have
  203. v1.3 and have yet to notice any missing features that I need.
  204.  
  205. The program is basically a .dvi compiler and viewer rolled into
  206. one. I run it under system 7 with a text editor and my file open,
  207. and OzTeX running as well.
  208.  
  209. What sort of printer do you have? Or are you not worried about
  210. printing from your Mac? If your printer is PostScript, the OzTeX
  211. program will print directly to it. I'm not lucky enough to have
  212. a PostScript printer, so I don't know how well this works.
  213.  
  214. If you have a QuickDraw laser, StyleWriter, HP DeskWriter,
  215. ImageWriter ... anything not postScript, then you need a separate
  216. program to print out. It's called DVIM72-Mac, and most sites store
  217. it with OzTeX. Warning! Get the latest version: I had difficulties
  218. with the program at first, and I posted to the UseNet group
  219. comp.text.tex asking about it. The author of the program, Jim Walker
  220. promptly mailed me back (isn't the InterNet great?) and told me
  221. that the latest version is 1.9.6, available by ftp from
  222. bigbird.csd.scarolina.edu. It works a treat for my StyleWriter.
  223.  
  224. Incidentally the whole printing business is a little fiddly because
  225. the program doesn't use the Macintosh system fonts, and the fonts it
  226. does use are not in the Mac format and are bitmaps, rather than outlines.
  227. Now before you say "What a primitive program!", this is to maintain
  228. compatibility with other versions -- the printouts I get on my StyleWriter
  229. are indistinguishable from the ones on the Laser printer at our
  230. department, running of a network of Sun-4's.
  231.  
  232. The font files are called PK-files. Being bitmap fonts, you need an
  233. awful lot of them! And which ones you use depends on the resolution
  234. of your printer. If your printer is 300 dpi it's not too bad: all the
  235. files are readily available. You'll see all these files in the ftp
  236. archive like pk300.sit, pk329.sit,pk360.sit, pk432.sit etc. You'll
  237. probably only need those four. (There are bigger sizes, but I don't
  238. seem to ever use them. Anyway they take up megs of disk space).
  239.  
  240. If you have a StyleWriter or other 360dpi printer, you'll also need
  241. one which is pk394. This was kindly uploaded to ftp.tex.ac.uk the
  242. other day, but I haven't downloaded it yet. The DVIM72 program is
  243. reasonably clever at substituting fonts if you haven't got a particular
  244. size, but it doesn't actually scale the characters up, it just spaces the (small) letters to the spacing the larger size would have had.
  245. Nevertheless that's fine for proof prints at home for me and I can
  246. bring the .tex file or.dvi file into the office to print on the laser.
  247.  
  248. The only problem with both programs is resources. The OzTeX package
  249. takes about 2.5 Mb of space on my hard disk, and that's after throwing
  250. away all the PostScript parts and a lot of the big fonts. I wouldn't
  251. like to run it on a less than 4 Mb machine as well. The DVIM72 program
  252. doesn't take up much space (and the latest version doesn't require
  253. much of a partition either); but on my system, which has the StyleWriter
  254. on the standard Apple print spooler, the temp files are about 1.5 Mb!
  255. I suppose the program has to generate huge 360 dpi bitmaps. But the
  256. thing refused to print when I only had 1Mb free on my hard disk,
  257. because it couldn't create the spool file.
  258.  
  259. Nevertheless I find this system most satisfactory for TeX. It handles
  260. LaTeX as well: you say you're a complete TeX novice, so excuse me if
  261. you know this already, but LaTeX is to TeX what BASIC is to assembly
  262. language, i.e. LaTeX lets you get the job done fairly well by making
  263. common tasks easy while the real pros can fiddle around in TeX to
  264. their heart's content. If you've just started using TeX, then I expect
  265. it's LaTeX you're using.
  266.  
  267. James Lawry.
  268.  
  269. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  270.  
  271. From: ELOISE%MAINE.BITNET@amherst.edu (Eloise Kleban)
  272.  
  273. You've probably had responses to your question about TeX on the Mac,
  274. but just in case... There are commercial TeXs available, but they
  275. are expensive.  The only free version that I know is OzTeX.
  276. One warning - it's *big*.  You need lots of disk space - my TeX folder
  277. is 10.2 meg.  Enclosed below is an item on OzTeX that was posted some
  278. time ago:
  279. ***********
  280. Date: Fri, 18 Jan 91 21:28:57 EST
  281. From: dmrrsn@math.duke.edu (David R. Morrison)
  282. Subject: OzTeX
  283.  
  284. Mark Perry recently asked for comments about OzTeX.  I've been a daily user
  285. for 18 months now, and I wouldn't be without it.  It is the only public domain
  286. version of TeX for the Macintosh, and it is much closer than its commercial
  287. cousins to the implementations of TeX which exist on other platforms.  OzTeX
  288. reads and writes standard dvi, tfm and pk files, which can be exchanged (in
  289. binary) with unix boxes and presumably with other machines as well.  It produces
  290. PostScript output, which can be sent directly to a LaserWriter or saved to disk.
  291. There is also a facility for using built-in PostScript fonts in place of the
  292. standard TeX fonts.
  293.  
  294. The interface is not completely Mac-like, but then again, TeX itself is a
  295. rather un-Mac-like thing.  There is no integrated text editor, so you must
  296. either use a DA (\SigmaEdit is supplied with OzTeX), or your favorite word
  297. processor to generate the input files.  TeX itself runs in a window with
  298. a command-line interface, although it is started with a menu selection.  Once
  299. the document has been processed, there is a nice previewer (in a separate
  300. window) which provides several different magnifications.  The display is not
  301. perfect in the previewer, since it is based on 300dpi bitmaps.  However, I
  302. believe that the maximum magnification is a 300:72 ratio, so that you can see
  303. the final product accurately (although larger than life).
  304.  
  305. The most recent version, OzTeX 1.3, has implemented Knuth's final standard
  306. version of TeX:  TeX 3.0.  It has also provided an easy way to change the
  307. amount of memory which TeX uses, and expand the capacity considerably.  (This
  308. is really necessary to use new macro packages like LamsTeX, AmS-LaTeX, and
  309. even AmS-TeX 2.0.)  In this larger size, it requires a couple of megabytes
  310. to run, but the smaller configurations will run comfortably on a 1 meg Mac.
  311.  
  312. My OzTeX folder (which contains a rich selection of fonts and input files, not
  313. just the basics) currently occupies just under 8 megabytes on my hard disk.
  314.  
  315. The major drawback I am aware of vis-a-vis the commercial products:  the
  316. commercial products run a bit faster during document processing, and TeXtures
  317. uses Macintosh fonts which produce a better screen display (although they are
  318. less compatible with other versions of TeX).
  319.  
  320. OzTeX 1.3 can be acquired by anonymous ftp from midway.uchicago.edu, and several
  321. other sites.
  322.  
  323.      David Morrison
  324.      (dmrrsn@math.duke.edu)
  325. *************************
  326. Hope this is useful!
  327. Eloise Kleban
  328. eloise@maine.maine.edu
  329.  
  330. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  331.  
  332. From: Neal Carothers<carother@andy.bgsu.edu>
  333.  
  334.     There are public domain versions of the TeX program available
  335. for just about any machine/system under the sun.  A (free!) version
  336. for the Mac, called OzTeX, is available through anonymous ftp at
  337. midway.uchicago.edu (and probably other sites, too).  The full package
  338. includes the capability of processing Plain TeX and LaTeX files.  In
  339. order to use the whole mess, though, you'll need roughly 10 MB of free
  340. disk space...  TeX uses a ton of fonts, and these take up a lot of
  341. room.  In actual practice, though, you won't need them all.  With
  342. some experimentation, you'll easily be able to trim that down to
  343. just a few megs (I use a stripped down version at home that takes up
  344. only about 2 MB, and a larger version at work).  
  345.     As a former novice myself, I can tell you one of the pleasant
  346. things about TeX.  Everything about it is free!!  There are several
  347. large TeX archives on the 'net, with lots of free goodies.  Helpful
  348. hints for beginners, along with fancy stuff for experts.  Check out
  349. the ftp site: niord.shsu.edu.  You should be able to find several
  350. beginner's guides there; I would recommend "A Gentle Introduction to
  351. TeX", by Michael Doob (called gentle.tex in the archives), and the
  352. Univ. of Oregon TeX Primer (author and archive filename escapes me
  353. just now...).  Either of these will help you get started using Plain
  354. TeX.  After you've gotten your feet wet, you may want to invest in one
  355. of the many books available about TeX.  A good choice for a novice is
  356. "A Beginner's Book of TeX" by Seroul and Levy, Springer-Verlag, 1991.
  357.     LaTeX is another animal altogether...  In brief, LaTeX is a
  358. huge collection of Plain TeX macros which have been designed to make
  359. TeX easier to use (the name LaTeX is supposedly short for "Lazy TeX",
  360. or so I'm told).  The only drawback with this scheme is that LaTeX is
  361. not compatible with Plain TeX.  In addition, it lacks some of the
  362. flexibility of Plain TeX.  But that's not to say that it isn't the
  363. better choice.  Just a word of warning about the differences.  I only
  364. know of one beginner's guide to LaTeX available on the 'net.  It's
  365. called "Essential LaTeX", but it's very brief and doesn't cover any of
  366. the technical stuff like typesetting mathematics and the like.  
  367.     As you can probably tell, I use Plain TeX myself and don't
  368. know very much about LaTeX.  I think it's fair to say that with either
  369. choice this much is true: It's not too tough to get started composing
  370. simple documents.  You could be up and running in a few days.  But it
  371. may take you months to feel really comfortable with it; there is a
  372. decidedly high learning curve for doing _complicated_ things with TeX.
  373. Personally, I think it's well worth it.  As a mathematician, I've
  374. found no other way to typeset the things I want printed.  And as
  375. someone who corresponds with other mathematicians through e-mail, I've
  376. found no other way to send complicated ideas as pure text (you can't
  377. depend on anyone having access to MacWrite or Word or whatever, but
  378. everybody has access to TeX).
  379.     I hope this helps.  If you have questions, feel free to ask.
  380. You might also want to check out the newsgroup comp.text.tex devoted to
  381. TeX, LaTeX, and related issues.  In particular, look for their FAQ
  382. file in news.answers.  It might save you some searching.  
  383.  
  384. Neal Carothers
  385. carother@andy.bgsu.edu
  386.  
  387. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  388.  
  389. From: herchen@navier.stanford.edu (Harold Herchen)
  390.  
  391. No, you are not offbase at all.  It is not stated in your message, but I presume
  392. your machine at home is a Mac.  Since it is presumeably not a Quadra 950,
  393. speed might be a consideration.  In that case, I would strongly recommend
  394. Textures version 1.5, which is three times faster than its closest competition.
  395. This is because Textures is written in assembler, not C or Pascal.  It is
  396. easy to create dvi files in it.  Just do a Save As from the typeset window
  397. and select the dvi option.
  398.  
  399. There are three main windows in Textures.  One for the input text and TeX
  400. or LaTex commands, one for any pictures you may include, and finally the
  401. typeset page(s) window.  This is where Textures really shines.  In version
  402. 1.5, you can type your words or equations into the first window, and
  403. immediately see the finished product in the typeset window.  This is really
  404. fantastic for equations especially.  Both TeX and LaTeX can be used easily:
  405. switching between them simply  requires pulling down a menu and selecting
  406. one or the other.  I use both,  along with TeXsis, AMSTeX, and ReVTeX,
  407. depending on my purpose, and who I am going to share the files with.
  408.  
  409. The downside is the cost of the program.  It is $495 for regular users, but
  410. there is an academic discount of $245, and I believe students can buy
  411. it for $125, but that was one year ago, and prices may have changed a bit.
  412. Their nearest competition is OzTeX, which is free, but not nearly as good.
  413. Overall, for documents less than say 400 pages, Textures has no peer on the Mac
  414. or any other machine.
  415.  
  416. Enjoy!
  417. Harald Herchen       herchen@navier.stanford.edu
  418.  
  419. P.S.  I don't work for Blue Sky.  I am a very satisfied experimentalist who
  420. writes alot of papers and proposals with it.
  421.  
  422. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  423.  
  424. From: zaccone@sol.cs.bucknell.edu (Rick Zaccone)
  425.  
  426. I also suggest that you get a copy of Excalibur, a LaTeX spelling
  427. checker.  It's available from sol.cs.bucknell.edu in pub/mac.  The
  428. current version is 1.3.1, although 1.3.2 will be ready real soon.
  429.  
  430. Rick Zaccone
  431. zaccone@bucknell.edu
  432.  
  433. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  434.  
  435. From: payne@itd.nrl.navy.mil
  436.  
  437. I thought I'd pass on a tip for minimizing the hard disk space required by
  438. OzTeX.  The fonts, namely the pk files, are the primary culprit, but you
  439. can set things up so that you only load in the fonts (i.e., their bitmapped
  440. representations) that you actually need.
  441.  
  442. The top level OzTeX folder contains two sub-folders, TeX-fonts and
  443. PK-files.  The TeX-fonts folder contains files named *.tfm, which are
  444. your font metric files (i.e., they describe the font's characteristics
  445. for the purposes of typesetting, but they are not the font itself).
  446. You need to have all of the tfm files available on your hard disk all
  447. the time.  The PK-files folder is divided into several sub-folders:
  448. 300, 329, 360, 432, 518, 622, and 746.  These sub-folders represent
  449. different magnifications, and they contain fonts, named *.pk, at that
  450. magnification.  This is where the bitmapped representations that are
  451. actually used in printing get stored.
  452.  
  453. Now while you need to keep all of the tfm files available, you can
  454. load the pk files (in their appropriate magnification folder) as you
  455. need them.  I keep a different floppy (for each magnification folder)
  456. that contains all the pk files for a particular magnification.  Then
  457. when OzTeX tells me it needs, say, cmr10.329pk, I just pull out the
  458. floppy with the 329 folder, and copy over cmr10.329pk to the 329
  459. sub-folder in PK-files.  You'll find that you really don't need most
  460. of the PK files to print typical documents.
  461.  
  462. How does OzTeX tell me it needs the font?  Well, it throws up a dialog
  463. box during the dvi preview for each page, but you can look under Page
  464. Info under the View menu to see all of the fonts it uses for the
  465. entire document and which are missing.
  466.  
  467. Hope this helps.  Let me know if you have any questions!
  468.  
  469. Charlie
  470.  
  471. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  472.  
  473. From: allen@cssg4.cslab.ds.boeing.com
  474.  
  475. You don't say what your platform is, but I assume it is a Mac.  You can find
  476. TeX on wuarchive.wustl.edu, as follows:
  477.  
  478. mirrors3/archive.umich.edu/mac/misc/tex:
  479. total 7848
  480. -r--r--r--   1 root     archive      2739 Mar 28 19:21 00index.txt
  481. -r--r--r--   1 root     archive     85292 Mar  1 21:10 dvim72mac1.96.sit.hqx
  482. -r--r--r--   1 root     archive    374829 Jan 14 21:50 excalibur1.3.sit.hqx
  483. -r--r--r--   1 root     archive    145400 Oct  8  1991 imgdvim.sit.hqx
  484. -r--r--r--   1 root     archive     87197 Oct  8  1991 makeindex.sit.hqx
  485. -r--r--r--   1 root     archive   1095429 Oct  8  1991 ozinp.sit.hqx
  486. -r--r--r--   1 root     archive   1012912 Mar  7 14:31 oztex1.42.sit.hqx
  487. -r--r--r--   1 root     archive    617864 Oct  8  1991 pk300.sit.hqx
  488. -r--r--r--   1 root     archive    638050 Oct  8  1991 pk329.sit.hqx
  489. -r--r--r--   1 root     archive    695725 Oct  8  1991 pk360.sit.hqx
  490. -r--r--r--   1 root     archive    737638 Oct  8  1991 pk432.sit.hqx
  491. -r--r--r--   1 root     archive    899046 Oct  8  1991 pk518.sit.hqx
  492. -r--r--r--   1 root     archive    647860 Nov 25 02:23 pk622.sit.hqx
  493. -r--r--r--   1 root     archive    792759 Nov 25 02:38 pk746.sit.hqx
  494. -r--r--r--   1 root     archive     71117 Oct  8  1991 polish.sit.hqx
  495.  
  496. oztex is the interpreter, ozinp is inputs to tex (formats, font metrics,
  497. etc.), dvim72mac allows you to view dvi files on screen, excalibur, I believe,
  498. is an editor, imgdvim converts dvi files to print on an imagewriter, the
  499. pkxxx files are precompiled font tables and makeindex is used to format
  500. indexes (run tex, then makeindex, then tex again to include index).  There
  501. is a font compiler (mf, for metafont), available from midway.uchicago.edu
  502. as:
  503.  
  504. pub/tex/macintosh/metafont:
  505. total 944
  506. -rw-r--r--  1 368      500        955776 Sep  9  1990 macmetafont.sit
  507.  
  508. Lots of font sources are available from ftp.uu.net under the directory
  509. tree starting at pub/text-processing/TeX, gatekeeper.dec.com under
  510. pub/text/TeX, nic.funet.fi under pub/TeX/TeX-3.14 and at wuarchive.wustl.edu
  511. under mirrors4/tex (.../ams/amsfonts/sources, .../cm, .../latex, .../lib,
  512. .../local/cm, .../local/lib, .../tugboat).
  513.  
  514. I hope this helps.
  515. -Steve
  516.  
  517. Steven R. Allen - (206)662-0366  M/S 4H-31
  518. allen@cssg4.cslab.ds.boeing.com   / "Dang, I know I left it here somewhere!"
  519. (BEMS)  SGDI03(S0140780)          / "What?"  "My mind.  I've lost my mind!"
  520.  
  521. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  522.  
  523. From: "Dr Alun J. Carr" <AJCARR@ollamh.ucd.ie>
  524.  
  525. OzTeX {\em is} impressive for a piece of freewae, isn't it? I think the TeX
  526. community represent what good computing is all about---excellent tools,
  527. freely distributed.
  528.  
  529. BTW, did I mention the LaGrafix application (also at midway.uchicago.edu)?
  530. It's a Mac drawing application which generates the LaTeX input for a picture
  531. using the LaTeX picture environment. It's a little crude, but handy for
  532. putting together quick and dirty flowcharts and the like.
  533.  
  534. AMS-LaTeX has better font-handling than LaTeX, so that if you specify a
  535. typeface that doesn't have a corresponding .tfm file, it will intelligently
  536. select the best alternative (this doesn't happen too often, though, as OzTeX
  537. is distributed with all the fonts LaTeX uses with 300 dpi printers and all
  538. the matching .tfm files). AMS-LaTeX also has some extra styles for papers to
  539. be submitted to the AMS and an AMS book style. In addition, it adds in some
  540. features developed from AMSTeX for typesetting some {\em really} complex
  541. math.
  542.  
  543. You only need the AMS fonts if you are into heavy mathematics (the sort that
  544. most engineers like myself would never ususally come across). They also
  545. include a Fraktur typeface and a Cyrillic typeface. The Fraktur may just be
  546. for use in math mode, not for setting books in German in a traditional
  547. style, and the same may possibly be true of the Cyrillic. In other words,
  548. they may only be available in order to give mathematicians a whole load of
  549. extra symbols to play with, as they exhausted the standard Roman and Greek
  550. character sets ages ago (hence the use of the Hebrew character Aleph for
  551. infinities in infinite set theory, and Fraktur R and I for the real and
  552. imaginary parts of complex numbers---in fact, these specific cases are
  553. already catered for in the LaTeX font distribution as they are now
  554. relatively common).
  555.  
  556. To install AMS-LaTeX properly, you need to hack some of the files that come
  557. with OzTeX to increase memory allocations (and change the memory allocation
  558. in the Finder's Get Info box). It's also 10--20% slower than standard LaTeX.
  559.  
  560. In other words, the LaTeX that is distributed with OzTeX is more than
  561. adequate for getting started with (and functions exactly as described in
  562. Lamport's book). You will only find problems if, for example, you want a
  563. bold italic word (for example, italicizing a word in the middle of a block
  564. of bold text), as \em or \it turns off the \bf attribute. This is solved in
  565. AMS-LaTeX (but then a lot of standard hacks stop working, like using \rm in
  566. math mode to put in a piece of text).
  567.  
  568. Regards,
  569.  
  570. Alun
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.